projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0fe297
)
xen/arm: Drop cpuinfo_x86 structure definition
author
Julien Grall
<julien.grall@linaro.org>
Mon, 16 Jun 2014 20:41:34 +0000
(21:41 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 18 Jun 2014 14:02:54 +0000
(15:02 +0100)
I'm not sure why this structure were defined in ARM specific include...
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/include/asm-arm/processor.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/processor.h
b/xen/include/asm-arm/processor.h
index 9267c1b0ed2f12ac54603a31fd970187c2978664..ebc683d75207cac84dbd5a8113f85c2f171622fc 100644
(file)
--- a/
xen/include/asm-arm/processor.h
+++ b/
xen/include/asm-arm/processor.h
@@
-474,10
+474,6
@@
void vcpu_regs_hyp_to_user(const struct vcpu *vcpu,
void vcpu_regs_user_to_hyp(struct vcpu *vcpu,
const struct vcpu_guest_core_regs *regs);
-struct cpuinfo_x86 {
- uint32_t pfr32[2];
-};
-
#endif /* __ASSEMBLY__ */
#endif /* __ASM_ARM_PROCESSOR_H */
/*